dsh-collaboration:DeepSeek Harness 多智能体协作插件

dsh-collaboration 是面向 DeepSeek Harness 的开源多智能体协作插件套件(MIT 许可),旨在解决任务拆分、模型对比及视觉接入痛点。核心功能包括:通过 Specialist Roster 和 Team Console(team_call、team_message 等工具)实现专家实例的按需调度与状态管理;利用 model_compare 工具对同一 Prompt 的多模型输出进行并排比较;通过 Vision Bridge 将图像分析结果转译为文本,使文本主代理能处理多模态任务;以及 Image Inbox 功能,支持在会话中粘贴图像并生成工作区文件路径。该插件不

Read More
@chaggle/dsh-powershell-check: Intercepting Common PowerShell Pitfalls Before pwsh Tool Calls

`@chaggle/dsh-powershell-check` is a DSH plugin designed to address common syntax, encoding, and version compatibility issues in PowerShell invocations. It leverages the `tools/pre-execute` interception point to perform static checks before command execution, directly rejecting calls that hit blocking-level rules and returning a `deny reason` with remediation suggestions, thereby front-loading error feedback and reducing model trial-and-error loops. The plugin offers two modes—`deny` (blocking) and `warn` (logging only)—supports bilingual output in Chinese and English, and includes a built-in rule engine to ensure consistent behavior between the Gate and the CLI. Users can independently check command text or files via the CLI, run self-tests, or install PSScriptAna in the host environment.

Read More